Part Number Hot Search : 
LA5632 2N2906 DG201BDQ 1640CT AN5256 MS4208L6 PUMB9 ZX84C3
Product Description
Full Text Search
 

To Download MAX4455EVKIT Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  general description the max4455 evaluation kit (ev kit) is an assembled and tested circuit board that demonstrates the max4455 arbitrary graphics on-screen display video generator. windows 98 software provides a handy user interface to exercise the features of the max4455. (windows 2000 is supported, but at a severely reduced data rate.) order the complete evaluation system (ev system) (max4455evsys) for comprehensive evaluation of the max4455 using a pc and the recommended crosspoint switch. a bidirectional parallel port is required. order the ev kit (MAX4455EVKIT) for use with other user- defined external solutions. windows is a registered trademark of microsoft corp. features ? character generation using fonts from host pc ? demonstration software and test patterns included ? proven pc board layout ? convenient on-board test points ? fully assembled and tested evaluate: max4455 max4455 evaluation kit/evaluation system ________________________________________________________________ maxim integrated products 1 part qty description MAX4455EVKIT 1 8-channel on-screen display max4358evkit 1 32 16 crosspoint switch max4455evsys component list ordering information 19-2506; rev 2; 12/03 for pricing, delivery, and ordering information, please contact maxim/dallas direct! at 1-888-629-4642, or visit maxim? website at www.maxim-ic.com. part temp range description max4455evsys 0? to +70? complete system MAX4455EVKIT 0? to +70? requires user-supplied fast mux switch* designation qty description c1?17, c19, c21, c22, c24?29, c31, c48 28 0.1? ?0%, 10v ceramic capacitors (0402) c18, c23, c30, c57 4 100? ?0%, 6.3v ceramic capacitors (2220) tdk c575x5r0j107m c20 1 0.01? ceramic capacitor (1206) c32, c35, c36, c39, c40, c43, c44, c47 8 470pf ?0%, 50v ceramic capacitors (0402) c33, c34, c37, c38, c41, c42, c45, c46 8 0.047? ?0%, 10v ceramic capacitors (0402) c49?56 0 leave open j5 1 2 25 right-angle header j6 1 2 13 right-angle header ju1?u8 0 leave open ju9 1 2-pin jumper ju9 1 shunt r1 1 10k ? ?% resistor (1/4w axial leaded) ev kit component list designation qty description r2?9 8 75 ? ?% smt resistors (0402) r10?17 8 430 ? ?% smt resistors (0402) tb1 2 6-position terminal blocks u1 1 max4455ecq u2 1 dynamic ram micron mt48lc1m16a1tg-7s u3 1 max8867euk33 u4 1 full-size crystal oscillator icm international crystal manufacturing corp., inc. catalog it1100fss, custom 40.5mhz, 3.3vdc u4, y1 8 socket pins vsync0 vsync7 8 bnc female jacks y1 0 leave open none 1 pc board none 1 max4455 ev kit software cd-rom none 1 max4455 data sheet none 1 max4455 ev kit data sheet none 1 db25 idc plug connector with 6ft ribbon cable d i g i - key m 7p x g- 2s o6j or eq ui val ent * refer to the max4455 data sheet.
evaluate: max4455 quick start recommended equipment before you begin, the following equipment is needed: dual-output dc power supply, ?v at 500ma computer running windows 98/2000, with a bidirec- tional or ecp parallel port video signal sources (such as cameras) ? ideo monitor(s) max4455 ev kit max4358 ev kit 25-pin i/o extension cable (included in ev kit) procedure 1) carefully connect the boards by aligning the two right- angle headers of the max4455 ev kit with the corre- sponding headers of the max4358 ev kit. gently press them together. the two boards should be flush against one another. 2) with the power supply off, connect the power supply to the max4358 ev kit terminal block tb1 (see table 1). 3) with the power supply off, connect the power supply to the max4455 ev kit terminal block tb1 (see table 1). 4) install the ev system software on your computer by running the install.exe program on the cd-rom. the program files are copied and icons are created for them in the windows start menu. note: windows 2000 requires an extra installation step; refer to file win2000.pdf. 5) ensure that the max4358 jumpers ju1?u4 are open. 6) turn on the power supply. 7) connect the 25-pin i/o extension cable between the computer? parallel port and the max4358 ev kit. the max4358 ev kit includes a suitable 25-pin i/o exten- sion cable. snap on the included ferrite bead to reduce pc-generated noise from affecting the video boards. 8) start the program by opening its icon in the start menu. 9) connect video signal sources to in00...in03 on the max4358 ev kit. 10 connect video displays to out00...out03 on the max4358 ev kit. 11) confirm that the software successfully connected video source in00 to video monitor out00. the video signal should be visible on the monitor. 12) confirm that the on-screen display is working by selecting the text tool ( ) and then clicking in the middle of the large blue display control area. the character generator dialog box pops up. click ok to copy the text to the on-screen display memory. both the computer and the video monitor should show the key/fill text. note: the parallel port interface bandwidth severely limits the graphics transfer rate between the max4455 and the host pc. detailed description of software the max4455 ev kit software is a simple but effective paint program that draws on the on-screen display memory. there are nine drawing windows: one for each of the eight on-screen display channels, and a master window for simultaneously writing multiple channels. the large blue area represents the on-screen display memory. each pixel in this area corresponds to one pixel in the on-screen display memory. transparent areas are blue. the osdkey signal is automatically generated for any pixel that is not transparent. the soft- ware implements a few simple tools for drawing lines, boxes, and text. user-generated graphics can be loaded from standard windows bitmap files, and the contents of the on-screen display can be saved to a standard windows bitmap file. tables 2?0 describe the buttons found on various toolbars. max4455 evaluation kit/evaluation system 2 _______________________________________________________________________________________ table 1. max4455 ev system power connections max4455 tb1 terminal required power supply +3.3v leave unconnected. supplied by on- board linear regulator. dgnd digital ground return. vkey osdfill power. connect to +5v supply. agnd analog ground return. vcc main power. connect to +5v supply. vh1 host power. connect to +5v supply. max4358 tb1 terminal required power supply vcc connect to +5v supply. agnd analog ground return. vee connect to -5v supply. dgnd digital ground return. vdd connect to +5v supply.
loading and saving files the max4455 on-screen display uses 15-level grayscale patterns. when the max4455 ev kit software saves an image as a windows bitmap, each pixel of the on-screen display image is converted from 15-level grayscale into an equivalent rgb value: osd_value &= 0x0f; if (osd_value == 0) { unsigned __int8 red = 0; unsigned __int8 green = 0; unsigned __int8 blue = 255; } else { unsigned __int8 greyscale_nybble = osd_value + 1; double luma = (greyscale_nybble * 256.0 / 16.0); if (luma > 255.0) { luma = 255.0; } if (luma < 0) { luma = 0; } unsigned __int8 red = luma; unsigned __int8 green = luma; unsigned __int8 blue = luma; } color =((blue * 0x10000) | (green * 0x100) | (red)); when the max4455 ev kit software loads a windows bitmap image, each pixel of the image is converted from rgb into an equivalent brightness (luma) value, in accordance with the following equation: luma = (0.299 x red) + (0.587 x green) + (0.114 x blue) the max4455 ev kit software uses pure saturated blue (rgb value of red = 0, green = 0, blue = 255) to desig- nate transparent pixels. example code: converting rgb value into max4455 on-screen display control nybble: const double ar = 0.299, ag = 0.587, ab = 0.114, offset = 0; double luma = ar x red + ag x green + ab x blue + offset; unsigned __int8 greyscale_nybble = ((luma * 16.0) / 256) + 0.5; if (greyscale_nybble > 15+1) { greyscale_nybble = 15+1; } if (greyscale_nybble < 1+1) { greyscale_nybble = 1+1; } osd_control_value = greyscale_nyb ble - 1; creating test patterns simple brightness-gradient test patterns can be drawn interactively using the horizontal or vertical luma bar drawing tool. click the desired tool button ( or ), and then drag the mouse across the opposite corners of the desired region. the white bar is always drawn near where the mouse is first clicked. all 15 grayscale levels are drawn, and one additional transparent bar is drawn just after the black bar. custom test patterns can be created using any paint program that can read and write windows bitmap files. always start with a pure saturated blue background (rgb value of red = 0, green = 0, blue = 255) for a transparent background. capture any program? output by pressing alt+ printscreen , then paste into the windows paint pro- gram and save as a bitmap. for example: 1) run the max4455 ev kit software. 2) click the view channel 0 button ( ). 3) draw some luma bars ( or ) to use as a drawing palette (optional). 4) locate your monitor? overscan boundary by point- ing the camera at a black field, choose a contrast- ing drawing color ( ), select the free-hand drawing tool ( ), and drag the mouse around the edges of the on-screen display (optional). 5) click the save all button ( ), saving the empty on- screen display memory. 6) edit the saved bitmap using any suitable paint program. 7) load your newly created test pattern using the load all button ( ). the test pattern is copied into the on-screen display memory. using shared memory the max4455 can insert a horizontal band of on-screen display information from a different channel. this exam- ple draws vertical bars on channel 0 and horizontal bars on channel 2, then shares part of the channel 0 memory into the channel 2 display. 1) click the view channel 0 button ( ). 2) maximize the window. 3) click the vertical luma bars ( ) drawing tool, and drag the mouse from the upper-left corner of the drawing area to the lower-right corner of the draw- ing area. (once drawing begins, minimize the win- dow to improve drawing speed.) 4) click the view channel 2 button ( ). 5) maximize the window. evaluate: max4455 max4455 evaluation kit/evaluation system _______________________________________________________________________________________ 3
evaluate: max4455 6) click the horizontal luma bars ( ) drawing tool, and drag the mouse from the upper-left corner of the drawing area to the lower-right corner of the drawing area. 7) click the shared memory from channel 0/1 button ( ). 8) click the define shared memory button ( ), and drag the mouse from the top of one of the bars to the bottom of the same bar. 9) view the video display connected to out02. on the host pc, the software displays a colored rectan- gle indicating the band of shared memory. the monitor displays the horizontal bars test pattern, replacing the shared memory band with the vertical bars pattern from channel 0. max4455 evaluation kit/evaluation system 4 _______________________________________________________________________________________ figure 1. max4455 single-channel write note: each single-channel screen provides drawing tools, a luma values palette, and a time stamp.
using the time stamp 1) click the view channel 0 button ( ). 2) enable the software time stamp by clicking the time stamp button ( ). 3) click the query button ( ), and move the mouse cursor to locate the top and bottom ntsc lines of the time stamp. 4) click the view channel 2 button ( ). 5) click the define shared memory button ( ). 6) define the top and bottom of the shared memory band by dragging the mouse from the top ntsc line of the time stamp to the bottom ntsc line of the time stamp. 7) click the shared memory from channel 0/1 button ( ). the parallel port interface bandwidth severely limits the graphics transfer rate between the max4455 and the host pc. evaluate: max4455 max4455 evaluation kit/evaluation system _______________________________________________________________________________________ 5 figure 2. max4455 single-channel write?xpert mode note: single-channel write in expert mode provides direct access to the channel registers.
evaluate: max4455 low-level register access the max4455 registers can be accessed directly in expert mode, which is enabled by clicking the expert mode button ( ) (see table 2). normally, the user interface automatically writes to affected registers as soon as a control is changed. if you check postpone automatic updates, ?you can set up a write operation and control the exact moment when the register is updated. for example, you can type ?50?into the voffset edit field, and then click the voffset set button to perform the write. max4455 evaluation kit/evaluation system 6 _______________________________________________________________________________________ figure 3. max4455 multiple channel write note: the main screen provides multiple-channel write tools and registers.
evaluate: max4455 max4455 evaluation kit/evaluation system _______________________________________________________________________________________ 7 figure 4. max4455 multiple channel write?xpert mode note: multiple channel write in expert mode provides direct access to the multiple-channel registers.
evaluate: max4455 max4455 evaluation kit/evaluation system 8 _______________________________________________________________________________________ button function load bitmap file into on-screen display memory save on-screen display memory to a bitmap file decrease vertical offset, moving the on-screen display overlay up increase vertical offset, moving the on-screen display overlay down decrease horizontal offset, moving the on-screen display overlay to the left increase horizontal offset, moving the on-screen display overlay to the right inhibit the fill video insertion. pass video signals with no on-screen display. toggle expert mode on and off, enabling direct access to the max4455 registers erase the on-screen display memory display the help file table 2. command buttons button function read the luma fill value stored at the selected line and column freehand drawing single-pixel points by dragging the mouse freehand drawing whole quad-pixel groups by dragging the mouse draw an open rectangle by dragging the mouse across the opposite corners of the desired region draw a rectangle filled with the selected luminance value by dragging the mouse across the opposite corners of the desired region draw a rectangle filled with horizontal bars of varying luminance by dragging the mouse across the opposite corners of the desired region draw a rectangle filled with vertical bars of varying luminance by dragging the mouse across the opposite corners of the desired region place text where the mouse was clicked. this button runs the character generator dialog box to select font and insert text. load a bitmap file into the on-screen display memory. the upper-left corner of the bitmap is placed where the mouse was clicked. read a p or ti on of the on- scr een d i sp l ay m em or y i nto the host b y d r ag g i ng the m ouse acr oss the op p osi te cor ner s of the d esi r ed r eg i on table 3. drawing tool buttons button function define the top and bottom of the shared memory band by dragging the mouse across the opposite corners of the desired region select channel 0 or 1 as the source of the shared memory select channel 2 or 3 as the source of the shared memory select channel 4 or 5 as the source of the shared memory select channel 6 or 7 as the source of the shared memory disable shared memory table 4. shared memory tool buttons button function place the time stamp where the mouse was clicked enable or disable the time stamp enable or disable the date stamp select the font to use for the time/date stamp table 5. time stamp buttons
evaluate: max4455 max4455 evaluation kit/evaluation system _______________________________________________________________________________________ 9 button function enable or disable channel 0 when writing multiple channels enable or disable channel 1 when writing multiple channels enable or disable channel 2 when writing multiple channels enable or disable channel 3 when writing multiple channels enable or disable channel 4 when writing multiple channels enable or disable channel 5 when writing multiple channels enable or disable channel 6 when writing multiple channels enable or disable channel 7 when writing multiple channels table 6. multiple write buttons button function view multiple-write window (main window) view the channel 0 window view the channel 1 window view the channel 2 window view the channel 3 window view the channel 4 window view the channel 5 window view the channel 6 window view the channel 7 window view the max4358 crosspoint switch window view the parallel port diagnostics window table 7. window view buttons button luma fill value max4455 quad-pixel luma nybble transparent (no fill) 0 insert 7 ire fill 1 insert 14 ire fill 2 insert 21 ire fill 3 insert 27 ire fill 4 insert 34 ire fill 5 insert 41 ire fill 6 insert 47 ire fill 7 insert 54 ire fill 8 table 8. luma (brightness) buttons button luma fill value max4455 quad-pixel luma nybble insert 60 ire fill 9 insert 67 ire fill 10 insert 74 ire fill 11 insert 80 ire fill 12 insert 87 ire fill 13 insert 94 ire fill 14 insert 100 ire fill 15 table 8. luma (brightness) buttons (continued)
evaluate: max4455 pal/secam compatability when used with pal or secam video systems, use the vertical offset ( ) to position the active portion of the on-screen display so that it is visible. writing a single channel the single-channel screen includes the drawing tools, plus shared memory, vertical and horizontal offset, reading on-screen display memory, and display inhibit. due to the severely limited bandwidth of the parallel port, the max4455 ev kit software time-stamp function is not offered for the multiple-write screen (see the using the time stamp section). max4455 evaluation kit/evaluation system 10 ______________________________________________________________________________________ button function route max4358 inputs 0?5 to outputs 0?5 inhibit all video outputs set all max4358 outputs to unity gain set all max4358 outputs to a gain of 2v/v toggle expert mode on and off, enabling access to all 32 inputs and all 16 outputs table 9. max4358 crosspoint switch command buttons figure 5. max4358 crosspoint switch note: the max4358 crosspoint switch window controls the optional companion board, which is part of the max4455 ev system.
writing multiple channels the main screen? drawing tools can draw on all eight channels of the on-screen display. table 6 shows the buttons that enable or disable each channel. when the program starts, channel 0 is automatically enabled. the main screen has a diagnostic menu, with global set- tings related to low-level register access. these set- tings do not need to be changed. max4358 crosspoint switch the max4455 ev kit is designed for use with the max4358 crosspoint switch. to control the max4358 ev kit (included in the max4455evsys), choose the max4358 crosspoint from the view menu (see figure 5). each of the outputs has a drop-down combo box to select an input signal. each output can also be config- ured for unity gain or a gain of 2v/v. the setup menu lets you quickly disable all outputs, or quickly connect each output to a preset input. due to space limitations, the max4358 ev kit provides bnc connectors for only four of its 16 outputs and only four of its 32 inputs. however, the entire chip is func- tional, and the software allows control of all channels. when expert mode is selected, the gui provides con- trols for all inputs and outputs, as well as exposing the ic address pin controls. evaluate: max4455 max4455 evaluation kit/evaluation system ______________________________________________________________________________________ 11 figure 6. max4455 character generator note: the character generator tool places arbitrary text messages on any channel, using any standard windows font installed on the host computer. button function choose which windows font to use when drawing text write white text (100 ire) on a black background write light gray text (74 ire) on a black background write dark gray text (47 ire) on a black background write black text (0 ire) on a white (100 ire) background table 10. character generator command buttons
evaluate: max4455 character generator the max4455 ev kit software can generate text labels using any standard windows font installed on the host computer system. typical windows systems usually include arial, courier new, and times new roman fonts. the font selector button runs the standard windows font selector dialog box, which lets you choose from any of the fonts installed on your system. the text color buttons set the text foreground color to luma values of 100 ire, 74 ire, 47 ire, or 0 ire. detailed description of hardware the max4455 ev kit consists of a max4455 arbitrary graphics on-screen display video generator, a synchronous dynamic ram, a 3.3v crystal oscillator module, and a 3.3v linear regulator. cost-sensitive applications can replace the crystal oscillator module with a 40.5mhz fundamental mode crystal. resistor r1 sets the white video fill. (refer to the max4455 data sheet for white level calculation.) the crosspoint outputs are sampled through the right- angle connector j5, or can optionally be fed through the bnc jacks. resistor/capacitor networks such as c32-c33-r10 sample the video signals. because the max4455 ev system uses a bidirectional parallel printer cable as opposed to a local microproces- sor bus, schmitt triggers are used to sharpen the rise times of the read and write strobes. these schmitt trigger buffers are located on the max4358 ev kit companion board. design considerations for best picture quality, the design of a custom max4455 on-screen display system requires careful attention to the ground return paths. the max4455 video outputs switch a significant amount of current into the analog ground return. the ev kit is designed as a two-board set to accommo- date customers using different video crosspoints. however, for best results, the max4455 should be located close to the crosspoint switch. the max4455 is designed to interface directly to a microprocessor. the ev kit uses the parallel port for ease of evaluation, which is not recommended for pro- duction designs. throughput is severely limited, and the long cable requires schmitt trigger buffers to clean up the read/write strobes. tr oubleshooting problem: display seems to flicker interlaced raster scan can appear to flicker for test patterns that have sharp, single-pixel horizontal lines. flicker is worst on small, bright, high-contrast features. apply a digital anti- aliasing function across the test pattern before writing it to the max4455. do not write single-pixel lines; instead, write both field 1 and field 2 of each ntsc line pair. problem: software can? read max4455 ev kit although the max4455 ev kit works directly with most modern computers, some systems require that the paral- lel port must be enabled for bidirectional mode in the bios setup screen. you must reboot your computer, enter bios setup before windows starts, find the integrat- ed peripherals screen, and ensure that the lpt port is configured as an ecp port. standard and epp parallel port settings are not compatible with the max4455 ev kit. problem: switching channels causes the display to roll if the max4455 inserts video fill during the vertical blank- ing interval, it can miss the vertical sync information. the solution is to set the blank bit true when switching the crosspoint. once video sync is established, set the blank bit false to re-enable the video fill. (refer to the max4455 data sheet for more information.) max4455 evaluation kit/evaluation system 12 ______________________________________________________________________________________
evaluate: max4455 max4455 evaluation kit/evaluation system ______________________________________________________________________________________ 13 max4455 c16 0.1 f r9 75 ? r1 10k ? c15 0.1 f r8 75 ? vcc c48 0.1 f vcc vcc 94 93 92 91 90 89 agnd1 95 vidin7 rset vdda8 osdfill0 vdda0 osdfill1 osdfill0 osdfill1 c14 0.1 f r7 75 ? c13 0.1 f r6 75 ? vcc vcc vcc vcc vcc vcc 88 87 86 85 vdda1 osdfill2 vdda2 osdfill3 osdfill2 osdfill3 c12 0.1 f r5 75 ? c11 0.1 f r4 75 ? 84 83 82 81 vdda3 osdfill4 vdda4 osdfill5 osdfill4 osdfill5 c10 0.1 f r3 75 ? c9 0.1 f c8 0.1 f c49 open r2 75 ? 80 79 78 77 vdda5 osdfill6 vdda6 vdda7 osdfill7 76 osdfill6 osdfill7 v5ync7 96 vidin6 v5ync6 97 vidin5 v5ync5 vidin4 v5ync4 99 98 vidin3 v5ync3 100 vidin2 v5ync2 vsync1 vidin1 1 vsync0 vidin0 2 vh1 3 dgnd 4 cs cs 5 6 c1 0.1 f vh1 wr wr rd 7 8 rd addr/data addr/data hd7 ad7 9 10 ad6 hd6 hd5 11 12 ad5 ad4 hd4 hd3 ad3 13 14 ad2 hd2 hd1 15 16 ad1 ad0 hd0 17 dq0 18 19 d0 d1 dq1 dq2 d2 20 21 d3 dq3 dq4 22 23 d4 d5 dq5 26 dq6 rdy/bsy rdy/bsy dv dd 24 dgnd d6 27 dq7 d7 28 dq15 d15 29 dq14 d14 30 dq13 d13 31 dq12 d12 dq11 d11 34 dq10 d10 35 dq9 d9 36 dq8 d8 37 dqm dqm 38 clk clk 39 40 a9 a9 32 dv dd 33 dgnd 42 dgnd 25 c2 0.1 f vccint c3 0.1 f vccint 41 dv dd c4 0.1 f vccint a8 a8 43 a7 a7 44 a6 a6 45 a5 a5 46 a4 a4 47 48 we# 50 51 dgnd 49 dv dd c5 0.1 f vccint we cas cas# 52 ras ras# 53 ba ba 54 a10 a10 55 a0 a0 56 a1 57 dv dd 58 dgnd a1 59 a2 a2 60 a3 a3 61 osdkey0 osdkey0 62 osdkey1 osdkey1 63 osdkey2 osdkey2 64 osdkey3 osdkey3 67 osdkey4 osdkey4 68 osdkey5 osdkey5 69 osdkey6 osdkey6 70 osdkey7 osdkey7 73 xtal1/sync 74 xtal2 sync c6 0.1 f vccint 65 vk1 66 dgnd c31 0.1 f vkey 71 dv dd 72 dgnd c7 0.1 f vccint c17 0.1 f vccint u2 mt48lc1m16a1tg-7s 75 dgnd y1 open osdfill0 c50 open osdfill1 c51 open osdfill2 c52 open osdfill3 c53 open osdfill4 c54 open osdfill5 c55 open osdfill6 c56 open osdfill7 1 2 dq0 vdd c24 0.1 f vccint c28 0.1 f vccint 7 vddq c25 0.1 f vccint 13 vddq c26 0.1 f vccint note: u1-94 connects two agnds together by pc board trace layer 4. 25 v dd dq0 3 dq1 dq1 4 vssq 5 dq2 dq2 6 dq3 dq3 8 dq4 dq4 9 dq5 dq5 10 vssq 11 dq6 dq6 12 dq7 dq7 14 dqm dqml 15 we# we# 16 cas# cas# 17 ras# ras# 19 ba ba 20 a10 a10 21 a0 a0 22 a1 a1 23 a2 a2 24 a3 a3 18 cs# vddq vddq v ss dq15 vss dq14 vssq dq13 dq12 dq11 dq10 vssq dq9 dq8 n.c. dqmh clk n.c. a9 a8 a7 a6 a5 a4 cke 49 48 dq15 dq14 46 47 45 44 c27 0.1 f vccint 38 c29 0.1 f vccint 34 dq13 dq12 43 42 dq11 dq10 40 39 dq9 dq8 36 35 dqm clk 32 31 a9 a8 30 29 a7 a6 28 27 a5 a4 41 26 37 33 u1 figure 7. max4455 ev kit schematic (sheet 1 of 2)
evaluate: max4455 max4455 evaluation kit/evaluation system 14 ______________________________________________________________________________________ j5-1 j5-3 j5-2 j5-5 j5-7 j5-9 j5-35 j5-37 j5-39 j5-41 j5-43 j5-45 j5-47 j5-49 j5-50 j5-11 j5-13 j5-15 j5-17 j5-19 j5-21 j5-23 j5-25 j5-27 j5-29 j5-31 j5-33 out00 j5-4 out01 j5-6 out02 j5-8 out03 j5-10 out04 j5-12 out05 j5-14 out06 j5-16 out07 j5-18 osdfill0 j5-20 osdfill1 j5-22 osdfill2 j5-24 osdfill3 j5-26 osdfill4 j5-28 osdfill5 j5-30 osdfill6 j5-32 osdfill7 j5-34 osdkey0 j5-36 osdkey1 j5-38 osdkey2 j5-40 osdkey3 j5-42 osdkey4 j5-44 osdkey5 j5-46 osdkey6 j5-48 osdkey7 shdn u3 1 in 3 bp gnd 5 2 out vccint vccint 4 c19 0.1 f c20 0.01 f c23 100 f 6.3v vcc c21 0.1 f c18 100 f 6.3v max8867 c33 0.047 f c32 470pf r10 430 ? vsync0 ju1 out00 c34 0.047 f c35 470pf r11 430 ? vsync1 ju2 out01 vsync0 vsync1 c37 0.047 f c36 470pf r12 430 ? vsync2 ju3 out02 c38 0.047 f c39 470pf r13 430 ? vsync3 ju4 out03 out04 out05 out06 out07 vsync2 vsync3 c40 470pf r14 430 ? vsync4 ju5 c42 0.047 f c41 0.047 f c43 470pf r15 430 ? vsync5 ju6 vsync4 vsync5 c45 0.047 f c44 470pf r16 430 ? vsync6 ju7 c46 0.047 f c47 470pf r17 430 ? vsync7 ju8 vsync6 sync vsync7 64 3 v+ d c22 0.1 f gnd u4 xdsc_40.50mhz tb1 vccint vkey vcc vh1 1 2 3 4 5 6 n.c. n.c. n.c. n.c. n.c. hd7 hd6 hd5 hd4 hd3 cs hd2 hd1 rd rdy/bsy hdd addr/data wr j6-26 j6-25 j6-24 j6-22 j6-23 j6-20 j6-21 j6-18 j6-19 j6-17 j6-16 j6-15 j6-14 j6-13 j6-12 j6-10 j6-11 j6-9 j6-8 j6-7 j6-5 j6-4 j6-6 j6-3 j6-1 j6-2 c30 100 f 6.3v vkey vh1 c57 100 f 6.3v ju9 vcc figure 7. max4455 ev kit schematic (sheet 2 of 2)
evaluate: max4455 max4455 evaluation kit/evaluation system ______________________________________________________________________________________ 15 figure 8. max4455 ev kit component placement guide?omponent side
evaluate: max4455 max4455 evaluation kit/evaluation system 16 ______________________________________________________________________________________ figure 9. max4455 ev kit component placement guide?older side
evaluate: max4455 max4455 evaluation kit/evaluation system ______________________________________________________________________________________ 17 figure 10. max4455 ev kit pc board layout?omponent side
evaluate: max4455 max4455 evaluation kit/evaluation system 18 ______________________________________________________________________________________ figure 11. max4455 ev kit pc board layout?nternal layer 2
evaluate: max4455 max4455 evaluation kit/evaluation system ______________________________________________________________________________________ 19 figure 12. max4455 ev kit pc board layout?nternal layer 3
evaluate: max4455 max4455 evaluation kit/evaluation system maxim cannot assume responsibility for use of any circuitry other than circuitry entirely embodied in a maxim product. no circu it patent licenses are implied. maxim reserves the right to change the circuitry and specifications without notice at any time. 20 ____________________maxim integrated products, 120 san gabriel drive, sunnyvale, ca 94086 408-737-7600 2003 maxim integrated products printed usa is a registered trademark of maxim integrated products. figure 13. max4455 ev kit pc board layout?older side


▲Up To Search▲   

 
Price & Availability of MAX4455EVKIT

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X